System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.ICollection<TValue>>.Remove Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private bool IDictionary<TKey, ICollection<TValue>>.Remove(
	TKey key
)
Visual Basic (Declaration)
Private Function System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.ICollection<TValue>>.Remove ( _
	key As TKey _
) As Boolean Implements IDictionary(Of TKey, ICollection(Of TValue)).Remove
Visual C++
private:
virtual bool System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.ICollection<TValue>>.Remove (
	TKey key
) sealed = IDictionary<TKey, ICollection<TValue>^>::Remove

Parameters

key
TKey

See Also